home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 536.lha / PolySiliCon / Install SiliCon / .work_scripts / install_handler < prev    next >
Encoding:
Text File  |  1991-08-09  |  873 b   |  33 lines

  1. if exists L:IP-Handler
  2.     echo "IP-Handler (for 'IP:' device) found in L: ..."
  3.     echo noline "    "
  4.     list L:IP-Handler
  5.     echo "The earlier release of this has a bug and"
  6.     echo "should be replaced for use with Sili(CON:)"
  7.     echo "The version supplied here is:"
  8.     echo noline "    "
  9.     list IP-Handler
  10.     echo "If in doubt, replace it"
  11.     jask "-rReplace IP-Handler?" -q
  12.     if warn
  13.         echo "OK..."
  14.         copy IP-Handler to L: clone
  15.         echo "Handler copied"
  16.     endif
  17.     skip done
  18. endif
  19. echo "  Sili(CON:) requires the `IP:' pipe device"
  20. echo "  To mount the 'IP:' device at boot-up, IP-Handler must be in L:"
  21. echo "It occupies about 4.5K of disk space"
  22. jask "-rInstall IP-Handler?" -q
  23. if warn
  24.     echo "OK..."
  25.     copy IP-Handler to L: clone
  26.     echo "Handler copied"
  27. else
  28.     echo "OK -- script terminating"
  29.     skip EXIT_all
  30. endif
  31. lab done
  32.  
  33.